home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micro Dingo Especial Manga 1
/
Micro Dingo Especial Manga 01 CD.iso
/
cd dingo
/
dingosexo
/
hentai
/
juegos
/
05.swf
/
scripts
/
DefineButton2_29
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2003-02-03
|
551b
|
29 lines
on(release){
idBoton = "a";
nombre_buena = "b" add categoria add pregunta;
if(idBoton eq eval(nombre_buena))
{
if(pregunta == "5")
{
gotoAndPlay(87);
}
else
{
tellTarget("/correcto")
{
gotoAndPlay(2);
}
tellTarget("/oscar")
{
nextFrame();
}
frame_destino = "Pregunta_" add (pregunta + "1");
gotoAndPlay(frame_destino);
}
}
else
{
gotoAndPlay(474);
}
}